home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / nn.zip / M-HP9000.H < prev    next >
Text File  |  1989-06-28  |  550b  |  22 lines

  1.  
  2. /************** Machine (and compiler) dependent definitions. **************
  3.  *
  4.  *    This is for HP9000 Series 320 and 800 (at least)
  5.  */
  6.  
  7.  
  8. /*      MACHINE TYPE    DEFINED TYPE        VALUE RANGE    */
  9.  
  10. typedef unsigned char    int8;        /*        0 ..     255 */
  11. typedef short        int16;        /*  -10,000 ..  10,000 */
  12. typedef long        int32;        /* -100,000 .. 100,000 */
  13. typedef unsigned long    uint32;        /*       0 ..  2^31-1 */
  14.  
  15.  
  16. /*
  17.  *    Define NETWORK_BYTE_ORDER if the machine's int32's are
  18.  *    already in network byte order, i.e. m68k based.
  19.  */
  20.  
  21. #define NETWORK_BYTE_ORDER    /* */
  22.